PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFNamedActionType Enumeration
In This Topic
    PDFNamedActionType Enumeration
    In This Topic
    Defines the predefined actions expected to be supported by any PDF viewers.
    Members
    MemberDescription
    FIRST_PAGEGo to first page in the document.
    LAST_PAGEGo to last page in the document.
    NEXT_PAGEGo to next page in the document.
    PREV_PAGEGo to previous page in the document.
    PRINTPrint the document.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.actions.PDFNamedActionType

    See Also